Blazor コントロール
FilterAsync<T>(IDataCollection<T>,Func<Object,Boolean>) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > FilterAsync メソッド : FilterAsync<T>(IDataCollection<T>,Func<Object,Boolean>) メソッド
The data collection.
The predicate which will filter the collection.
Filters the data from a query string.
シンタックス
'宣言
 
Public Overloads Shared Function FilterAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal predicate As System.Func(Of Object,Boolean) _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<T>( 
   IDataCollection<T> dataCollection,
   System.Func<object,bool> predicate
)
where T: class

パラメータ

dataCollection
The data collection.
predicate
The predicate which will filter the collection.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧